KeyEventDispatcher

Allows dependent components to enable full KeyEvent dispatch compatibility in core. To use this, implement Component and call the dispatch methods at appropriate times. This must be used for some core compatibility features to function fully.

Types

Link copied to clipboard
interface Component
Implement this in any component that dispatches KeyEvents.

Functions

Link copied to clipboard
Call this before dispatching a KeyEvent to the view hierarchy.
Link copied to clipboard
Call this when dispatching a key event.